 .container123{
    display: flex;
    flex-direction: row;
 }

 .capturedImg{
    width: 100px;
    display: none;

 }

 .fingerbox{
   /* border: 1px solid #ebe6e6; */
    align-items: center;
 }

 .btnReadThumbs{
   background-color: #dc3545;
   color: white;
   cursor: pointer;
   padding: 5px;

   width: 100%;
 }
 .btnReadThumbs:hover{
    background-color: teal;
 }